home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / fax_sstv / wxman20 / readme.1st < prev    next >
Text File  |  1994-07-22  |  4KB  |  90 lines

  1. The WeatherMan package contains the following files:
  2.  
  3.       README.1ST............This file
  4.       WXMAN.DOC.............Documentation for all programs
  5.       WXMAN.EXE.............WeatherMan wefax receiver program
  6.       WXMAN.CFG.............Sample WeatherMan configuration file
  7.       WXDEMO.EXE............Wefax receiver simulator
  8.       RAW2PCX.EXE...........Converts WeatherMan .RAW files to .PCX format
  9.       SHOWPIC.EXE...........RAW picture viewer
  10.       SHOWPIC.PAL...........Sample palette file for SHOWPIC.EXE
  11.       WC051994.RAW..........Weather chart recorded 5/19/94
  12.       SP051994.RAW......... Weather photo recorded 5/19/94
  13.  
  14. Notes:
  15.  
  16. In order to run either the WeatherMan program (WXMAN.EXE) *or* the
  17. WeatherMan simulator (WXDEMO.EXE) you must first customize the
  18. configuration file (WXMAN.CFG) to reflect your own computer/sound card
  19. setup.  Please read the documentation file (WXMAN.DOC) for complete
  20. configuration instructions.
  21.  
  22. The sample pictures can be viewed before editing WXMAN.CFG using
  23. the command
  24.  
  25.               SHOWPIC  WC051994.RAW SP051994.RAW
  26.  
  27. or by entering from the DOS prompt
  28.  
  29.                 for %f in (*.raw) do showpic %f
  30. ************************************************************************
  31.  
  32. Thank you for trying WeatherMan!
  33.  
  34. Paul Hitchcock
  35. 2309 Blake St., #308
  36. Berkeley, CA 94704
  37. ************************************************************************
  38.  
  39.  
  40.             %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  41.             %                                        %
  42.             %      WeatherMan 2.0 Release Notes      %
  43.             %                                        %
  44.             %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  45.  
  46.    Several important changes have been made to WeatherMan, v.2.0:
  47.  
  48. A. VOC file drivers (such as CT-VOICE.DRV) are no longer required!
  49.    The DMA sound recording routines have been completely re-written
  50.    in assembly language.
  51.  
  52. B. Version 1.0 of WeatherMan assumed your sound card was set up to use
  53.    DMA channel 1; this is no longer necessary.  Starting with this
  54.    version of WeatherMan, you are able to select DMA channel 0, 1,
  55.    or 3.
  56.  
  57. C. The incredibly unpopular "Sweep Delay" constant has been made much
  58.    easier to use-- you should be able to set this constant *once*, then
  59.    forget about it for the rest of your life.  The sweep constant,
  60.    used to synchronize the computer with an incoming fax transmission,
  61.    was formerly the upper limit of a 1-to-N timing loop.  In version
  62.    2.0, the PC's realtime clock provides the synchronization function
  63.    and the sweep delay constant is simply the divisor for the clock's
  64.    1.8... Mhz base frequency.
  65.  
  66. D. Because of the substantial changes from version 1.0 to version 2.0,
  67.    the configuration file format has changed.  Do not attempt to run
  68.    WeatherMan 2.0 using a version 1.0 configuration file.  See the
  69.    program documentation for details.
  70.  
  71. E. Finally, WeatherMan has been tested on, and found to be compatible
  72.    with, the following sound cards:
  73.  
  74.          1. Sound Blaster 1.5
  75.          2. Sound Blaster Pro
  76.          3. Sound Blaster 16
  77.          4. ProAudio Spectrum 16 (PAS16)
  78.  
  79.    The program *may* run on other "100% Sound Blaster compatible"
  80.    cards, but I can't guarantee that it will.  At the present time,
  81.    I intend to support only the cards listed above.
  82.  
  83.  
  84. Paul Hitchcock
  85. 2309 Blake Street, Apt. 308
  86. Berkeley, CA 94704
  87.  
  88. Internet   : paulhtc@netcom.com
  89. Compuserve : 72673,3522
  90.